home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / soft / development / Macromedia RoboHelp X5 / RoboHelpOffice.exe / Data1.cab / _36F5301E5A5549ED9EB428F56576EC75 < prev    next >
Encoding:
Extensible Markup Language  |  2001-04-30  |  284 b   |  13 lines

  1. <?xml version="1.0"?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  3. <xsl:output method="text" />
  4. <xsl:template match="/">
  5. <html>
  6. <body>
  7. <p>
  8. <xsl:value-of select="//summary/skinname"/>
  9. </p>
  10. </body>
  11. </html>
  12. </xsl:template>
  13. </xsl:stylesheet>